runtime.waitq.first (field)
10 uses
runtime (current package)
chan.go#L58: first *sudog
chan.go#L151: return c.recvq.first == nil
chan.go#L495: return atomic.Loadp(unsafe.Pointer(&c.sendq.first)) == nil
chan.go#L877: q.first = sgp
chan.go#L888: sgp := q.first
chan.go#L894: q.first = nil
chan.go#L898: q.first = y
select.go#L648: q.first = y
select.go#L655: if q.first == sgp {
select.go#L656: q.first = nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |